home *** CD-ROM | disk | FTP | other *** search
/ Champak 114 / Vol 114.iso / games / way_of_t.swf / scripts / DefineSprite_185 / frame_31 / DoAction.as
Encoding:
Text File  |  2010-08-12  |  227 b   |  13 lines

  1. if(_parent.direction == "left")
  2. {
  3.    _parent.direction = "right";
  4. }
  5. else
  6. {
  7.    _parent.direction = "left";
  8. }
  9. bob = "static " + _parent.direction;
  10. _parent.struck = 0;
  11. _parent.attacking = "";
  12. _parent.gotoAndStop(bob);
  13.